home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 47 / MOBICLIC 47.ISO / mac / DATA / COMMUNS / MOBICLIC_MENUS.CST / 00250_Script_CLIC_ZAPPE_COMMENT_INTRO < prev    next >
Text File  |  2002-09-19  |  284b  |  15 lines

  1. global gEtatBandeau 
  2. ---------------------
  3. on mouseDown
  4.   if testClic()=1 then
  5.     if gEtatBandeau  = "OK" then
  6.       hide_title
  7.       gEtatBandeau  = "KO"
  8.     end if
  9.     puppetSound 3,0
  10.     niveauSon
  11.     go marker(+1)
  12.   end if
  13. end mouseUp
  14. -----------------------------
  15.